import { Type } from '@itrocks/class-type';
export declare function Store(name?: string | false): (target: Type) => void;
