export { AccountArgs, AccountState } from "./account"; export type Account = import("./account").Account; export declare const Account: typeof import("./account").Account; export { AllowListArgs, AllowListState } from "./allowList"; export type AllowList = import("./allowList").AllowList; export declare const AllowList: typeof import("./allowList").AllowList; export { EndpointArgs, EndpointState } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount"; export declare const getAccount: typeof import("./getAccount").getAccount; export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput; export { GetAccountsResult } from "./getAccounts"; export declare const getAccounts: typeof import("./getAccounts").getAccounts; export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput; export { GetAllowListArgs, GetAllowListResult, GetAllowListOutputArgs } from "./getAllowList"; export declare const getAllowList: typeof import("./getAllowList").getAllowList; export declare const getAllowListOutput: typeof import("./getAllowList").getAllowListOutput; export { GetAllowListsResult } from "./getAllowLists"; export declare const getAllowLists: typeof import("./getAllowLists").getAllowLists; export declare const getAllowListsOutput: typeof import("./getAllowLists").getAllowListsOutput; export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint"; export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint; export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput; export { GetEndpointsResult } from "./getEndpoints"; export declare const getEndpoints: typeof import("./getEndpoints").getEndpoints; export declare const getEndpointsOutput: typeof import("./getEndpoints").getEndpointsOutput; export { GetInstanceArgs, GetInstanceResult, GetInstanceOutputArgs } from "./getInstance"; export declare const getInstance: typeof import("./getInstance").getInstance; export declare const getInstanceOutput: typeof import("./getInstance").getInstanceOutput; export { GetInstancesResult } from "./getInstances"; export declare const getInstances: typeof import("./getInstances").getInstances; export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput; export { GetSslStateArgs, GetSslStateResult, GetSslStateOutputArgs } from "./getSslState"; export declare const getSslState: typeof import("./getSslState").getSslState; export declare const getSslStateOutput: typeof import("./getSslState").getSslStateOutput; export { GetSslStatesResult } from "./getSslStates"; export declare const getSslStates: typeof import("./getSslStates").getSslStates; export declare const getSslStatesOutput: typeof import("./getSslStates").getSslStatesOutput; export { InstanceArgs, InstanceState } from "./instance"; export type Instance = import("./instance").Instance; export declare const Instance: typeof import("./instance").Instance; export { SslStateArgs, SslStateState } from "./sslState"; export type SslState = import("./sslState").SslState; export declare const SslState: typeof import("./sslState").SslState;