import type { TagLib } from "../taglib.js";
export declare function setBufferMode(enabled: boolean): void;
export declare function getTagLib(): Promise<TagLib>;
//# sourceMappingURL=config.d.ts.map