import * as types from './types';
export declare const getSelectedName: (strings: string | string[]) => Promise<types.GetSelectedName[]>;
