export declare const AminoUtils: {
    shouldOmitEmpty(field: {
        options: {
            [p: string]: any;
        };
    }): boolean;
};
