import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.server.deleteSession"; export { $nsid }; /** 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 type $Params = l.InferMethodParams; export type $Input = l.InferMethodInput; export type $InputBody = l.InferMethodInputBody; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "com.atproto.server.deleteSession", $params: l.ParamsSchema<{}>, $input: l.Payload, $output: l.Payload; //# sourceMappingURL=deleteSession.defs.d.ts.map