export declare type Field = {
    field: string;
    type: string;
    subtype?: string;
    precision?: number;
    isPrimary?: boolean;
};