declare function renderManual(step?: string | (() => void)): any; declare function getManualTemplatePath(step: any, locale: any): string; declare function getManualViewPath(step: any, locale: any): string; export declare const Manual: { render: typeof renderManual; manualTemplatePath: typeof getManualTemplatePath; manualViewPath: typeof getManualViewPath; }; export {};