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