import createDebug, {type Debugger} from 'debug'

export const debug: Debugger = createDebug('sanity:export')
