export default function selectInterface(iface: string | undefined, ifaces: string[]): Promise<string>;
