declare const StringPrototypeSubstr: (t: String, from: number, length?: number) => ReturnType; export = StringPrototypeSubstr;