export declare namespace Cell { function toCsv(value: number | string | undefined | null): string; }