import { SchemaFieldValue } from "./schema-field-value";
export declare type FromObjectSchema = {
    [k: string]: SchemaFieldValue;
};
