export declare function padStart(str: string, length: number, char: string): string;