export declare function allSchemas(cb: any): void; export declare function commandSchemas(cb: any): void; export declare function readJsonFile(path: any, cb?: any): Promise; export declare function readJsonFiles(dir: any, cb?: any): Promise; export declare function propertyWithoutCustomData(property: any): any; export declare function propertiesWithoutCustomData(properties: any): {};