declare type DataStructure = any; export declare function verifyAgainstSchema(data: DataStructure): boolean; export {};