export declare const touch: (file: string, raw: string) => Promise<{}>; export declare const read: (file: string) => Promise; export declare const readIfExist: (file: string) => Promise; export declare const compiled: (file: string, opts?: Record) => Promise<(args: any) => string>;