import type { TamaguiOptions } from '../types'; export declare function createLogger(sourcePath: string, options: TamaguiOptions): (res: any) => void; //# sourceMappingURL=createLogger.d.ts.map