import type { Config } from "@react-native-community/cli-types";
type InputArgs = Record<string, string | number | boolean | undefined>;
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