export declare const padEnd: (fillString: string | undefined) => (maxLength: number) => (string: string) => string;
