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

//#region src/detectFormatCommand.d.ts
declare const detectFormatCommand: (configuration: IntlayerConfig, projectRequireProp?: NodeJS.Require) => string;
//#endregion
export { detectFormatCommand };
//# sourceMappingURL=detectFormatCommand.d.ts.map