import { Options } from "semantic-release";
export declare const master: Options;
export declare const production: Options;
export declare const release: (branches: string | string[]) => Options;
