declare function startWith(str: string, prefix: string): boolean; export default startWith;