export declare type SchemaFieldAttributes = {
    [k: string]: string;
};
