export interface PublisherArguments {
    serviceDefinitionFile?: string;
    sardinesConfigFile?: string;
    patch?: boolean;
    minor?: boolean;
    major?: boolean;
    version?: string;
    tag?: string;
    tagMsg?: string;
    commit?: string;
    remote?: string;
    branch?: string;
    verbose?: boolean;
}
export declare const loadSardinesCacheByConfig: (config: any) => any;
export declare const getDriverCacheByConfig: (config: any) => any;
export declare const publish: (args: PublisherArguments) => Promise<any>;
//# sourceMappingURL=index.d.ts.map