import { type EdgeClient } from '../edge/edge-client.js'; import { type APICommand } from './api-command.js'; export type EdgeCommand = T & { edgeClient: EdgeClient; }; export declare const edgeCommand: (parent: T) => EdgeCommand; //# sourceMappingURL=edge-command.d.ts.map