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