import { iSchemaResponseData } from "../model/iSchemaResponseData"; export declare type iSchemaHandler = (schema: iSchemaResponseData) => any;