import { PrototypeStruct } from '..';
export declare type EntryFn<K, V> = (key: K) => [K, V];
export declare const entry: PrototypeStruct;
declare global {
    interface Map<K, V> {
        entry: EntryFn<K, V>;
    }
}
//# sourceMappingURL=entry.d.ts.map