export declare function trimStart(target: any[], elems: any[]): any[]; export declare function trimStart(target: string, elems: string): string;