export declare const CDK_DEPLOYMENT_NAME = "AWS CDK"; export declare const CFN_DEPLOYMENT_NAME = "AWS CloudFormation"; export declare const customDeploymentOptions: string[]; export declare const categoryName = "custom"; export declare const CDK_SERVICE_NAME = "customCDK"; export declare const CFN_SERVICE_NAME = "customCloudformation"; export declare const DEPLOYMENT_PROVIDER_NAME = "awscloudformation"; export declare const customResourceCFNFilenameSuffix = "cloudformation-template.json"; export declare const cdkFileName = "cdk-stack.ts"; export declare const TYPES_DIR_NAME = "types"; export declare const AMPLIFY_RESOURCES_TYPE_DEF_FILENAME = "amplify-dependent-resources-ref.d.ts"; //# sourceMappingURL=constants.d.ts.map