import type { Imports } from './types'; export declare const getMatchedImport: (value: string, imports: Imports) => { key: string; from: string; } | null;