import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.contact.removeData"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{}>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{}>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Removes all stored hashes used for contact matching, existing matches, and sync status. Requires authentication. */ declare const main: l.Procedure<"app.bsky.contact.removeData", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{}>>, l.Payload<"application/json", l.ObjectSchema<{}>>, readonly ["InvalidDid", "InternalError"]>; export { main }; export declare const $lxm = "app.bsky.contact.removeData"; //# sourceMappingURL=removeData.defs.d.ts.map