export declare function getI18nResolverOptionsToken(target: () => void): string;
export declare function I18nResolverOptions(): (target: () => void, key: string | symbol, index?: number) => any;
