import { types as t } from '@babel/core';
interface Response {
    defaultImport: string;
    namedImport: string;
    namedImports: string[];
}
interface UpsertOptions {
    checkForDefault?: string;
    checkForNamed?: string;
}
export declare function upsertImport(imp: t.ImportDeclaration, options?: UpsertOptions): Response;
export {};
//# sourceMappingURL=upsertImport.d.ts.map