declare const _default: <E>(x: unknown) => x is readonly E[];
export default _default;
