declare const _exports: {
    'enable-assets': {
        module: boolean;
        commands: string[];
    };
    'dev-targets': {
        module: boolean;
        commands: string[];
    };
    'analyzer-target': {
        module: string;
        commands: string[];
    };
};
export = _exports;
