import * as bt from 'babel-types'; import Context from '../Context'; export default function walkInterfaceDeclaration(node: bt.InterfaceDeclaration, ctx: Context): bt.Identifier[];