export declare const AccountType: import("../utils/schema").SchemaObjectType<{ id: { type: "String"; core: true; }; about: { nullable: true; type: "String"; }; accessToken: { nullable: true; type: "String"; }; addCampaign: { type: () => import("../utils/schema").SchemaObjectType<{ id: { type: "String"; core: true; }; accountId: { type: "String"; }; }>; }; affiliation: { type: "String"; }; appId: { type: "String"; }; category: { default: true; type: "String"; }; categoryList: { default: true; list: true; type: () => import("../utils/schema").SchemaObjectType<{ id: { core: true; type: "String"; }; apiEnum: { default: true; type: "String"; }; fbPageCategories: { type: () => import("../utils/schema").SchemaObjectType; }; name: { default: true; type: "String"; }; }>; }; name: { type: "String"; }; } & { tasks: { default: true; list: true; type: () => import("../utils/schema").SchemaEnumType; }; }>;