/** * validation of data * @param data object you want to validate * @return object.valid == true if the json is valid, object.valid == false and object.errors otherwise. */ export declare function validate(data: any): any; /** * Check if the object format is known * @param data the object to check * @return true if the object format is known */ export declare function isKnownFormat(data: any): boolean; export * from './format/rnf_invoice'; //# sourceMappingURL=index.d.ts.map