import { KeyType } from '../utils/types';
/** subClasses/implements inject */
export declare function imports({ type, always, }: {
    type: KeyType;
    /** always read from context. need lazy. @default false */
    always?: boolean;
}): PropertyDecorator;
