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