export declare const trim: (string: string | null | undefined) => string;
