export declare function padEnd(string: string, targetLength: number, padString?: string): string;