import { l } from '@atproto/lex'; import * as ServerDefs from './defs.defs.js'; declare const $nsid = "com.atproto.server.getAccountInviteCodes"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly includeUsed: l.OptionalSchema>; readonly createAvailable: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ codes: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get all invite codes for the current account. Requires auth. */ declare const main: l.Query<"com.atproto.server.getAccountInviteCodes", l.ParamsSchema<{ readonly includeUsed: l.OptionalSchema>; readonly createAvailable: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ codes: l.ArraySchema>>; }>>, readonly ["DuplicateCreate"]>; export { main }; export declare const $lxm = "com.atproto.server.getAccountInviteCodes"; //# sourceMappingURL=getAccountInviteCodes.defs.d.ts.map