/** * Check if an array has the first n entries satisfying the specified expectations. */ export declare function startsWith(expectations: any[]): import("tersify").Tersible<(value: any) => boolean>; //# sourceMappingURL=startsWith.d.ts.map