import { BlockInject } from '@vtj/core';
export declare function parseInject(inject?: BlockInject[]): string[];
