export declare function str_getcsv(input: string, delimiter?: string | null, enclosure?: string | null, escapeCharacter?: string | null): string[];