import type { KeyTypes } from '../object/index.js';
/**
 * 🦴 *utilities*
 *
 * return an array whose items are restricted to the provided literals.
 */
export declare function literalArray<T extends KeyTypes>(...entries: T[]): T[];
//# sourceMappingURL=literal_array.d.ts.map