export declare const logsCommand: import("citty").CommandDef<{ port: { type: "string"; default: string; }; target: { type: "string"; required: false; description: string; }; local: { type: "boolean"; default: false; description: string; }; }>; //# sourceMappingURL=logs.d.ts.map