export declare const frozenFirst: (items: readonly T[], isFrozen: (item: T) => boolean) => T[];