import { proxyRecursive } from '../recursive'; type proxyGeneratorGetType = (target: object, name: string, receiver: unknown) => ReturnType; export declare const packageName = "@p4ck493/ts-is"; export declare function proxyGeneratorGet(): proxyGeneratorGetType; export {};