import Debug from 'debug'; export declare const log: Debug.Debugger; export declare const applySourceMaps: (x: string, mapFn?: (url: string) => string) => Promise;