import {executeCommand} from './cli/index';
export const CloudrunInternals = {
	executeCommand,
};
