import type { TexTemplateImports } from '../types.js'; export declare function createTexImportCommands(commands: Set, existingPackages?: string[]): string[]; export declare function createTexMathCommands(plugins: Record): string[]; export declare function renderTexImports(templateImports?: TexTemplateImports, existingPackages?: string[], preamble?: string): string; export declare function mergeTexTemplateImports(current?: Partial, next?: Partial): TexTemplateImports; //# sourceMappingURL=imports.d.ts.map