import type { BaseOptionValues } from '../base-command.js';
export type LinkOptionValues = BaseOptionValues & {
    id?: string | undefined;
    name?: string | undefined;
    gitRemoteUrl?: string | undefined;
    gitRemoteName?: string | undefined;
};
//# sourceMappingURL=option_values.d.ts.map