import type { NormalizedOptions, Options } from './types.js';
export declare const toAbsolutePath: (p: string, root?: string) => string;
export declare const toAbsolutePaths: (paths: string[], root?: string) => string[];
export declare const shouldInjectReferences: (id: string, code: string, options: NormalizedOptions) => boolean;
export declare const generateReferences: (references: string[]) => string[];
export declare const enforceArray: <T>(value: T | T[]) => T[];
export declare const normalizeOptions: (options: Required<Options>) => NormalizedOptions;
//# sourceMappingURL=lib.d.ts.map