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

export = startWith;
