export declare function split(text?: string | null, delimiter?: string, max?: number, trim?: boolean): string[] | undefined;
