interface ISemanticReleaseConfigScripts { release: ISemanticReleaseScript; } interface ISemanticReleaseScript { command: string; name: string; } export declare const SEMANTIC_RELEASE_CONFIG_SCRIPTS: ISemanticReleaseConfigScripts; export {}; //# sourceMappingURL=scripts.constant.d.ts.map