import { IOrganisation } from '../../../../types/organisation.types'; export declare const mockOrganisationData: IOrganisation; export declare const mockOrganisationWithCardOnly: IOrganisation; export declare const mockOrganisationWithMultiplePaymentTypes: IOrganisation; export declare const mockOrganisationWithNoPaymentTypes: IOrganisation; export declare const mockOrganisationWithoutPaymentSettings: IOrganisation;