export declare class NullIfEmptyValueConverter {
    fromView(value: string | Array<any>, trimString?: boolean): string | Array<any> | null;
}
