import type { GatewayModelTarget } from "./types.js"; export declare const targetKey: (target: GatewayModelTarget) => string; export declare const sameTarget: (a: GatewayModelTarget, b: GatewayModelTarget) => boolean; //# sourceMappingURL=target.d.ts.map