declare const StringPrototypeStartsWith: (t: String, searchString: string, position?: number) => ReturnType; export = StringPrototypeStartsWith;