import type { CanonicalManager, Config } from "../types/index.js"; export declare const createCanonicalManager: (config: Config) => CanonicalManager; //# sourceMappingURL=canonical.d.ts.map