import { IntlayerConfig } from "@intlayer/types/config";

//#region src/handleUnlinkedContentDeclarationFile.d.ts
declare const handleUnlinkedContentDeclarationFile: (filePath: string, config: IntlayerConfig) => Promise<void>;
//#endregion
export { handleUnlinkedContentDeclarationFile };
//# sourceMappingURL=handleUnlinkedContentDeclarationFile.d.ts.map