export declare const lpad: (val: string, length: number, char?: string) => string;