/**
 * If this context key is set, the CDK will stage assets under the specified
 * directory. Otherwise, assets will not be staged.
 * Omits stack traces from construct metadata entries.
 */
export declare const DISABLE_METADATA_STACK_TRACE = "aliyun:ros:disable-stack-trace";
/**
 * Run bundling for stacks specified in this context key
 */
export declare const BUNDLING_STACKS = "aliyun:ros:bundling-stacks";
/**
 * Disable asset staging.
 *
 */
export declare const DISABLE_ASSET_STAGING_CONTEXT = "aliyun:ros:disable-asset-staging";
