declare const StringPrototypePadEnd: (t: String, maxLength: number, fillString?: string) => ReturnType; export = StringPrototypePadEnd;