import { Interface } from '../types';
export default function convert(itf: Interface.IRoot): Promise<string[]>;
