export * from '@platform/types';
export * from '@platform/cell.types';
export * from '@platform/cli/lib/types';
export * from '@platform/tmpl/lib/types';
export declare type ICellTemplateVariables = {
    dir: string;
    name: string;
};
