declare function unmanaged(): (target: any, targetKey: string, index: number) => void;
export { unmanaged };