export { GetSnsArgs, GetSnsResult, GetSnsOutputArgs } from "./getSns";
export declare const getSns: typeof import("./getSns").getSns;
export declare const getSnsOutput: typeof import("./getSns").getSnsOutput;
export { GetSqsArgs, GetSqsResult, GetSqsOutputArgs } from "./getSqs";
export declare const getSqs: typeof import("./getSqs").getSqs;
export declare const getSqsOutput: typeof import("./getSqs").getSqsOutput;
export { NatsAccountArgs, NatsAccountState } from "./natsAccount";
export type NatsAccount = import("./natsAccount").NatsAccount;
export declare const NatsAccount: typeof import("./natsAccount").NatsAccount;
export { NatsCredentialsArgs, NatsCredentialsState } from "./natsCredentials";
export type NatsCredentials = import("./natsCredentials").NatsCredentials;
export declare const NatsCredentials: typeof import("./natsCredentials").NatsCredentials;
export { SnsArgs, SnsState } from "./sns";
export type Sns = import("./sns").Sns;
export declare const Sns: typeof import("./sns").Sns;
export { SnsCredentialsArgs, SnsCredentialsState } from "./snsCredentials";
export type SnsCredentials = import("./snsCredentials").SnsCredentials;
export declare const SnsCredentials: typeof import("./snsCredentials").SnsCredentials;
export { SnsTopicArgs, SnsTopicState } from "./snsTopic";
export type SnsTopic = import("./snsTopic").SnsTopic;
export declare const SnsTopic: typeof import("./snsTopic").SnsTopic;
export { SnsTopicSubscriptionArgs, SnsTopicSubscriptionState } from "./snsTopicSubscription";
export type SnsTopicSubscription = import("./snsTopicSubscription").SnsTopicSubscription;
export declare const SnsTopicSubscription: typeof import("./snsTopicSubscription").SnsTopicSubscription;
export { SqsArgs, SqsState } from "./sqs";
export type Sqs = import("./sqs").Sqs;
export declare const Sqs: typeof import("./sqs").Sqs;
export { SqsCredentialsArgs, SqsCredentialsState } from "./sqsCredentials";
export type SqsCredentials = import("./sqsCredentials").SqsCredentials;
export declare const SqsCredentials: typeof import("./sqsCredentials").SqsCredentials;
export { SqsQueueArgs, SqsQueueState } from "./sqsQueue";
export type SqsQueue = import("./sqsQueue").SqsQueue;
export declare const SqsQueue: typeof import("./sqsQueue").SqsQueue;
