import 'reflect-metadata';
export declare const ignoreKey: unique symbol;
export declare function Ignore(): {
    (target: Function): void;
    (target: Object, propertyKey: string | symbol): void;
};
