export declare const parseImport: (parameter: string, id: string) => { from: string; localName: string; } | null;