export declare const toTrimmedString: (val: string | unknown) => string;
