import { RemaxOptions } from 'remax-types'; export declare function walk(filePath: string, options: RemaxOptions): void; export declare const getTemplatePaths: () => string[]; declare const _default: (options: RemaxOptions, id: string) => void; export default _default;