import type { Config } from "@react-native-community/cli-types"; type InputArgs = Record; export declare const alignDepsCommand: { name: string; description: string; func: (_argv: string[], _config: Config, args: InputArgs) => void; readonly options: { name: string; description: string; }[]; }; export {}; //# sourceMappingURL=commander.d.ts.map