import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.getServiceAuth"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly aud: l.StringSchema<{ readonly format: "did"; }>; readonly exp: l.OptionalSchema; readonly lxm: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ token: l.StringSchema<{}>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get a signed token on behalf of the requesting DID for the requested service. */ declare const main: l.Query<"com.atproto.server.getServiceAuth", l.ParamsSchema<{ readonly aud: l.StringSchema<{ readonly format: "did"; }>; readonly exp: l.OptionalSchema; readonly lxm: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ token: l.StringSchema<{}>; }>>, readonly ["BadExpiration"]>; export { main }; export declare const $lxm = "com.atproto.server.getServiceAuth"; //# sourceMappingURL=getServiceAuth.defs.d.ts.map