import { StormWorkspaceConfig } from '@storm-software/config';

declare const exitWithError: (config?: Partial<StormWorkspaceConfig>) => never;
declare const exitWithSuccess: (config?: Partial<StormWorkspaceConfig>) => never;
declare const handleProcess: (config?: Partial<StormWorkspaceConfig>) => void;

export { exitWithError, exitWithSuccess, handleProcess };
