import type { Identitfy } from './types';
export type Identify_F = <const T>(arg?: Record<string, T>) => Identitfy<T>[];
export declare const identify: Identify_F;
//# sourceMappingURL=identify.d.ts.map