export declare function init(p: string): void; export declare function walk(f: string): void; export declare function output(): void;