export { ConfigurationArgs, ConfigurationState } from "./configuration"; export type Configuration = import("./configuration").Configuration; export declare const Configuration: typeof import("./configuration").Configuration; export { GetConfigurationArgs, GetConfigurationResult, GetConfigurationOutputArgs } from "./getConfiguration"; export declare const getConfiguration: typeof import("./getConfiguration").getConfiguration; export declare const getConfigurationOutput: typeof import("./getConfiguration").getConfigurationOutput; export { GetEventsArgs, GetEventsResult, GetEventsOutputArgs } from "./getEvents"; export declare const getEvents: typeof import("./getEvents").getEvents; export declare const getEventsOutput: typeof import("./getEvents").getEventsOutput; //# sourceMappingURL=index.d.ts.map