#!/usr/bin/env node export declare const writeSchema: (schemaFile: Record, pathToFile: string) => void; export declare function writeFileRecursive(pathToFile: string, filename: string, data: string): void;