import type { Address, CloudCustomerPatch } from '@mattermost/types/cloud'; export declare function getCloudSubscription(): import("../types/actions").ActionFuncAsync; export declare function getCloudProducts(includeLegacyProducts?: boolean): import("../types/actions").ActionFuncAsync; export declare function getCloudCustomer(): import("../types/actions").ActionFuncAsync; export declare function getInvoices(): import("../types/actions").ActionFuncAsync; export declare function updateCloudCustomer(customerPatch: CloudCustomerPatch): import("../types/actions").ActionFuncAsync; export declare function updateCloudCustomerAddress(address: Address): import("../types/actions").ActionFuncAsync;