import { isValidSecret } from './utils';
declare function schemaValidate(schemaName: string, object: any): void;
declare function isValidAddress(address: string): boolean;
export { schemaValidate, isValidSecret, isValidAddress };
//# sourceMappingURL=schema-validator.d.ts.map