export { ApiArgs, ApiState } from "./api"; export type Api = import("./api").Api; export declare const Api: typeof import("./api").Api; export { CertificateArgs, CertificateState } from "./certificate"; export type Certificate = import("./certificate").Certificate; export declare const Certificate: typeof import("./certificate").Certificate; export { DeploymentArgs, DeploymentState } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { GatewayArgs, GatewayState } from "./gateway"; export type Gateway = import("./gateway").Gateway; export declare const Gateway: typeof import("./gateway").Gateway; export { GetApiArgs, GetApiResult, GetApiOutputArgs } from "./getApi"; export declare const getApi: typeof import("./getApi").getApi; export declare const getApiOutput: typeof import("./getApi").getApiOutput; export { GetApiContentArgs, GetApiContentResult, GetApiContentOutputArgs } from "./getApiContent"; export declare const getApiContent: typeof import("./getApiContent").getApiContent; export declare const getApiContentOutput: typeof import("./getApiContent").getApiContentOutput; export { GetApiDeploymentSpecificationArgs, GetApiDeploymentSpecificationResult, GetApiDeploymentSpecificationOutputArgs } from "./getApiDeploymentSpecification"; export declare const getApiDeploymentSpecification: typeof import("./getApiDeploymentSpecification").getApiDeploymentSpecification; export declare const getApiDeploymentSpecificationOutput: typeof import("./getApiDeploymentSpecification").getApiDeploymentSpecificationOutput; export { GetApiValidationArgs, GetApiValidationResult, GetApiValidationOutputArgs } from "./getApiValidation"; export declare const getApiValidation: typeof import("./getApiValidation").getApiValidation; export declare const getApiValidationOutput: typeof import("./getApiValidation").getApiValidationOutput; export { GetApisArgs, GetApisResult, GetApisOutputArgs } from "./getApis"; export declare const getApis: typeof import("./getApis").getApis; export declare const getApisOutput: typeof import("./getApis").getApisOutput; export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate"; export declare const getCertificate: typeof import("./getCertificate").getCertificate; export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput; export { GetCertificatesArgs, GetCertificatesResult, GetCertificatesOutputArgs } from "./getCertificates"; export declare const getCertificates: typeof import("./getCertificates").getCertificates; export declare const getCertificatesOutput: typeof import("./getCertificates").getCertificatesOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export { GetDeploymentsArgs, GetDeploymentsResult, GetDeploymentsOutputArgs } from "./getDeployments"; export declare const getDeployments: typeof import("./getDeployments").getDeployments; export declare const getDeploymentsOutput: typeof import("./getDeployments").getDeploymentsOutput; export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway"; export declare const getGateway: typeof import("./getGateway").getGateway; export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput; export { GetGatewaysArgs, GetGatewaysResult, GetGatewaysOutputArgs } from "./getGateways"; export declare const getGateways: typeof import("./getGateways").getGateways; export declare const getGatewaysOutput: typeof import("./getGateways").getGatewaysOutput; export { GetSubscriberArgs, GetSubscriberResult, GetSubscriberOutputArgs } from "./getSubscriber"; export declare const getSubscriber: typeof import("./getSubscriber").getSubscriber; export declare const getSubscriberOutput: typeof import("./getSubscriber").getSubscriberOutput; export { GetSubscribersArgs, GetSubscribersResult, GetSubscribersOutputArgs } from "./getSubscribers"; export declare const getSubscribers: typeof import("./getSubscribers").getSubscribers; export declare const getSubscribersOutput: typeof import("./getSubscribers").getSubscribersOutput; export { GetUsagePlanArgs, GetUsagePlanResult, GetUsagePlanOutputArgs } from "./getUsagePlan"; export declare const getUsagePlan: typeof import("./getUsagePlan").getUsagePlan; export declare const getUsagePlanOutput: typeof import("./getUsagePlan").getUsagePlanOutput; export { GetUsagePlansArgs, GetUsagePlansResult, GetUsagePlansOutputArgs } from "./getUsagePlans"; export declare const getUsagePlans: typeof import("./getUsagePlans").getUsagePlans; export declare const getUsagePlansOutput: typeof import("./getUsagePlans").getUsagePlansOutput; export { SubscriberArgs, SubscriberState } from "./subscriber"; export type Subscriber = import("./subscriber").Subscriber; export declare const Subscriber: typeof import("./subscriber").Subscriber; export { UsagePlanArgs, UsagePlanState } from "./usagePlan"; export type UsagePlan = import("./usagePlan").UsagePlan; export declare const UsagePlan: typeof import("./usagePlan").UsagePlan; //# sourceMappingURL=index.d.ts.map