import { RootType } from '../../utils/rootType';
export default function ({ rootType, hasVariables }: Props): string;
interface Props {
    rootType: RootType;
    hasVariables: boolean;
}
export {};
