import * as awsTags from './aws/aws-tags'; import * as cloudFormationCalls from './aws/cloudformation-calls'; import * as ec2Calls from './aws/ec2-calls'; import * as s3Calls from './aws/s3-calls'; import * as bindPhaseModule from './common/bind-phase'; import * as checkPhaseModule from './common/check-phase'; import * as deletePhasesModule from './common/delete-phases'; import * as deployPhaseModule from './common/deploy-phase'; import * as preDeployPhaseModule from './common/pre-deploy-phase'; import * as taggingModule from './common/tagging'; import * as handlebarsUtils from './util/handlebars-utils'; import * as utilModule from './util/util'; export declare const checkPhase: typeof checkPhaseModule; export declare const bindPhase: typeof bindPhaseModule; export declare const deletePhases: typeof deletePhasesModule; export declare const deployPhase: typeof deployPhaseModule; export declare const preDeployPhase: typeof preDeployPhaseModule; export declare const tagging: typeof taggingModule; export declare const awsCalls: { cloudFormation: typeof cloudFormationCalls; ec2: typeof ec2Calls; s3: typeof s3Calls; tags: typeof awsTags; }; export declare const handlebars: typeof handlebarsUtils; export declare const util: typeof utilModule;