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