export declare function padLeft(string: string, length: number, character: string): string;