export declare const trailerPublishCommand: import("citty").CommandDef<{ readonly file: { readonly type: "positional"; readonly description: "The .mp4 or .webm to upload — usually the render from `bitmagic trailer make`."; readonly required: true; }; readonly attach: { readonly type: "boolean"; readonly negativeDescription: "Upload only; do not add it to the game page gallery."; }; readonly json: { readonly type: "boolean"; readonly description: "Print the result as JSON on stdout; all progress goes to stderr."; }; }>;