export declare const TargetType: { readonly ACCOUNT: "ACCOUNT"; }; export type TargetType = (typeof TargetType)[keyof typeof TargetType];