1 | declare function renderManual(step?: string | (() => void)): any;
|
2 | declare function getManualTemplatePath(step: any, locale: any): string;
|
3 | declare function getManualViewPath(step: any, locale: any): string;
|
4 | export declare const Manual: {
|
5 | render: typeof renderManual;
|
6 | manualTemplatePath: typeof getManualTemplatePath;
|
7 | manualViewPath: typeof getManualViewPath;
|
8 | };
|
9 | export {};
|