export declare const engine: (path: string, options: object, callback: (e: any, rendered: string) => void) => void;
