import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.bookmark.createBookmark"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ uri: l.StringSchema<{ readonly format: "at-uri"; }>; cid: l.StringSchema<{ readonly format: "cid"; }>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Creates a private bookmark for the specified record. Currently, only `app.bsky.feed.post` records are supported. Requires authentication. */ declare const main: l.Procedure<"app.bsky.bookmark.createBookmark", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ uri: l.StringSchema<{ readonly format: "at-uri"; }>; cid: l.StringSchema<{ readonly format: "cid"; }>; }>>, l.Payload, readonly ["UnsupportedCollection"]>; export { main }; export declare const $lxm = "app.bsky.bookmark.createBookmark"; //# sourceMappingURL=createBookmark.defs.d.ts.map