export declare function trim(text?: string | null, emptyAsNull?: boolean): string | null | undefined;
