import type { IBindableDeploymentConfig } from '../base-deployment-config';
import type { IDeploymentConfigRef } from '../codedeploy.generated';
export declare function isIBindableDeploymentConfig(x: IDeploymentConfigRef): x is IBindableDeploymentConfig;
