export declare class BcfDateValueConverter { toView(value: any, format?: string): string; fromView(value: any): void; }