#!/usr/bin/env node import type { Config } from "../index.js"; export declare function parseArgs(args: string[]): { positional: string[]; options: Record; }; export declare function loadPackageJson(): Promise; export declare function savePackageJson(data: any): Promise; export declare function getConfigFromPackageJson(packageJson: any): Partial; //# sourceMappingURL=index.d.ts.map