export declare const leftPad: (str: string, length: number, char?: string) => string;
