export interface ICompiledCode { readonly code: string; readonly revertCode?: string; }