import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.communication.deleteTemplate"; export { $nsid }; /** Delete a communication template. */ declare const main: l.Procedure<"tools.ozone.communication.deleteTemplate", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ id: l.StringSchema<{}>; }>>, 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: "tools.ozone.communication.deleteTemplate", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ id: l.StringSchema<{}>; }>>, $output: l.Payload; //# sourceMappingURL=deleteTemplate.defs.d.ts.map