declare const StringPrototypeSubstring: (t: String, start: number, end?: number) => ReturnType; export = StringPrototypeSubstring;