import * as TJS from "typescript-json-schema";
export declare const generateSchema: (symbolName: string, fileName: string) => TJS.Definition | null;
