import { Fortnox, Qvitoo } from "..";
type ExternalIntegration = {
    fortnox: Fortnox;
    qvitoo: Qvitoo;
};
export type { ExternalIntegration };
