import type Service from "../core/service"; import Config from "../core/config"; export default function RequestWith(config: Config): (_target: T, propertyKey: string, descriptor: PropertyDescriptor) => void;