export declare const shareCommand: import("citty").CommandDef<{ file: { type: "positional"; description: string; required: true; }; endpoint: { type: "string"; description: string; required: false; }; password: { type: "string"; description: string; required: false; }; "expires-in-days": { type: "string"; description: string; default: string; }; private: { type: "boolean"; description: string; default: false; }; "unsafe-share-with-secrets": { type: "boolean"; description: string; default: false; }; json: { type: "boolean"; description: string; default: false; }; }>; //# sourceMappingURL=share.d.ts.map