export declare const BRANCH_LINT_CONFIG_SCRIPTS: {
    branch: {
        command: string;
        name: string;
    };
    prepare: {
        command: string;
        name: string;
    };
};
//# sourceMappingURL=scripts.constant.d.ts.map