import type { HostType } from '@eggjs/tegg-types';
export declare function Host(host: HostType): (target: any, propertyKey?: PropertyKey) => void;
