declare function lpad(str: string, len: number, chars?: string): string;

export = lpad;
