export { GetServicesAccountArgs, GetServicesAccountResult, GetServicesAccountOutputArgs } from "./getServicesAccount"; export declare const getServicesAccount: typeof import("./getServicesAccount").getServicesAccount; export declare const getServicesAccountOutput: typeof import("./getServicesAccount").getServicesAccountOutput; export { ServicesAccountArgs, ServicesAccountState } from "./servicesAccount"; export type ServicesAccount = import("./servicesAccount").ServicesAccount; export declare const ServicesAccount: typeof import("./servicesAccount").ServicesAccount;