interface Resource { menu: string; path: string; } export declare function writeNewMenu(resource: Resource, mockPath: string): void; export {};