import { MercurModules } from "@mercurjs/types"; import PayoutModuleService from "./services/payout-module-service"; declare const _default: import("@mercurjs/types").ModuleExports & { linkable: { readonly onboarding: { id: { serviceName: MercurModules.PAYOUT; field: "onboarding"; linkable: "onboarding_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PAYOUT; field: "onboarding"; linkable: "onboarding_id"; primaryKey: "id"; }; }; readonly payout: { id: { serviceName: MercurModules.PAYOUT; field: "payout"; linkable: "payout_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PAYOUT; field: "payout"; linkable: "payout_id"; primaryKey: "id"; }; }; readonly payoutAccount: { id: { serviceName: MercurModules.PAYOUT; field: "payoutAccount"; linkable: "payout_account_id"; primaryKey: "id"; }; toJSON: () => { serviceName: MercurModules.PAYOUT; field: "payoutAccount"; linkable: "payout_account_id"; primaryKey: "id"; }; }; }; }; export default _default;