import { l } from '@atproto/lex'; declare const $nsid = "com.atproto.identity.submitPlcOperation"; export { $nsid }; /** Validates a PLC operation to ensure that it doesn't violate a service's constraints or get the identity into a bad state, then submits it to the PLC registry */ declare const main: l.Procedure<"com.atproto.identity.submitPlcOperation", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ operation: l.LexMapSchema; }>>, l.Payload, undefined>; 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.identity.submitPlcOperation", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ operation: l.LexMapSchema; }>>, $output: l.Payload; //# sourceMappingURL=submitPlcOperation.defs.d.ts.map