import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.temp.dereferenceScope"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly scope: l.StringSchema<{}>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ scope: l.StringSchema<{}>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Allows finding the oauth permission scope from a reference */ declare const main: l.Query<"com.atproto.temp.dereferenceScope", l.ParamsSchema<{ readonly scope: l.StringSchema<{}>; }>, l.Payload<"application/json", l.ObjectSchema<{ scope: l.StringSchema<{}>; }>>, readonly ["InvalidScopeReference"]>; export { main }; export declare const $lxm = "com.atproto.temp.dereferenceScope"; //# sourceMappingURL=dereferenceScope.defs.d.ts.map