import type { ShadowBinResult } from '../../shadow/npm/bin.mts'; export type ArgvObject = { [key: string]: boolean | null | number | string | Array; }; export declare function runCdxgen(argvObj: ArgvObject): Promise; //# sourceMappingURL=run-cdxgen.d.mts.map