import { IPropertyKey } from 'reflect-metadata-util'; export declare const SymHookReturnValue: unique symbol; export declare function setHookReturnValue(callback: Function, target: any, propertyKey: IPropertyKey): void; export declare function getHookReturnValue(target: any, propertyKey: IPropertyKey): unknown;