import * as SemanticRelease from 'semantic-release'; export declare function getOptions(cwd: string): Promise; export declare function getSuccessComment(footer?: string): string; export declare function getFailComment(footer?: string): string;