/**
 * Trim string
 */
export declare const trim: (x: string) => string;
