import { FlagsConfig, SfdxCommand } from '@salesforce/command';
export default class build extends SfdxCommand {
    static readonly description: string;
    static readonly examples: string[];
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<void>;
    private exec;
    private maybeSetGitConfig;
}
