export declare class ClientSideFieldType {
    static STRING: string;
    static NUMBER: string;
    static DATE: string;
}
