import { l } from '@atproto/lex'; import * as VideoDefs from './defs.defs.js'; declare const $nsid = "app.bsky.video.uploadVideo"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"video/mp4", undefined>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ jobStatus: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Upload a video to be processed then stored on the PDS. */ declare const main: l.Procedure<"app.bsky.video.uploadVideo", l.ParamsSchema<{}>, l.Payload<"video/mp4", undefined>, l.Payload<"application/json", l.ObjectSchema<{ jobStatus: l.RefSchema>; }>>, undefined>; export { main }; export declare const $lxm = "app.bsky.video.uploadVideo"; //# sourceMappingURL=uploadVideo.defs.d.ts.map