export declare function arrayStartWith(toSearch: Array, prefixArray: Array): boolean;