import { Static } from "@sinclair/typebox"; /** * Schema when an account has been deleted with success */ export declare const AccountDeletedApiResponseSchema: import("@sinclair/typebox").TObject<{ object: import("@sinclair/typebox").TLiteral<"AccountDeleted">; }>; export type AccountDeletedApiResponse = Static; /** */ export declare const AccountDeletedApiResponseValidator: import("@sinclair/typebox/compiler").TypeCheck; }>>;