export declare const output: (mark?: string) => (form: string, to: string) => void; export declare const log: (mark?: string) => (filepath: string) => void;