export { CustomActionTypeArgs } from "./customActionType"; export type CustomActionType = import("./customActionType").CustomActionType; export declare const CustomActionType: typeof import("./customActionType").CustomActionType; export { GetCustomActionTypeArgs, GetCustomActionTypeResult, GetCustomActionTypeOutputArgs } from "./getCustomActionType"; export declare const getCustomActionType: typeof import("./getCustomActionType").getCustomActionType; export declare const getCustomActionTypeOutput: typeof import("./getCustomActionType").getCustomActionTypeOutput; export { GetPipelineArgs, GetPipelineResult, GetPipelineOutputArgs } from "./getPipeline"; export declare const getPipeline: typeof import("./getPipeline").getPipeline; export declare const getPipelineOutput: typeof import("./getPipeline").getPipelineOutput; export { GetWebhookArgs, GetWebhookResult, GetWebhookOutputArgs } from "./getWebhook"; export declare const getWebhook: typeof import("./getWebhook").getWebhook; export declare const getWebhookOutput: typeof import("./getWebhook").getWebhookOutput; export { PipelineArgs } from "./pipeline"; export type Pipeline = import("./pipeline").Pipeline; export declare const Pipeline: typeof import("./pipeline").Pipeline; export { WebhookArgs } from "./webhook"; export type Webhook = import("./webhook").Webhook; export declare const Webhook: typeof import("./webhook").Webhook; export * from "../types/enums/codepipeline";