import type * as Merge from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { CategoriesEnum } from "./CategoriesEnum"; export declare const AccountIntegration: core.serialization.ObjectSchema; export declare namespace AccountIntegration { interface Raw { name: string; abbreviated_name?: string | null; categories?: CategoriesEnum.Raw[] | null; image?: string | null; square_image?: string | null; color?: string | null; slug?: string | null; api_endpoints_to_documentation_urls?: Record | null; webhook_setup_guide_url?: string | null; category_beta_status?: Record | null; } }