import type { FunctionTarget } from '../../function-target.js'; declare function updateMetadataCall(target: Object, propertyKey: string, functionTarget: FunctionTarget): void; declare function getMetadataCall(target: Object, propertyKey: string): undefined | FunctionTarget; export { updateMetadataCall, getMetadataCall, }; //# sourceMappingURL=metadata-call.d.ts.map