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