import { Plugin } from 'vite'; export declare const importRegexBothAssertAndWith: RegExp; export declare const importRegexAssertOnly: RegExp; export declare const importRegexWithOnly: RegExp; export interface ImportStatementsWithAsserts { importStatement: string; assertStatement: string; } export type ImportAttributeKinds = true | 'both' | 'assert' | 'with'; export declare const preserveImportAttributes: (keeping?: ImportAttributeKinds) => Plugin; //# sourceMappingURL=preserve-import-attributes.d.ts.map