import type { Node } from "domhandler";
declare enum InjectType {
    AssetAttrs = 0,
    PublicPath = 1,
    Dedupe = 2
}
export default function serialize(basePath: string, nodes: Node[], preload: string[], parts?: (string | InjectType)[]): (string | InjectType)[];
export {};
