import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.deleteSession"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload; 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; /** Delete the current session. Requires auth using the 'refreshJwt' (not the 'accessJwt'). */ declare const main: l.Procedure<"com.atproto.server.deleteSession", l.ParamsSchema<{}>, l.Payload, l.Payload, readonly ["InvalidToken", "ExpiredToken"]>; export { main }; export declare const $lxm = "com.atproto.server.deleteSession"; //# sourceMappingURL=deleteSession.defs.d.ts.map