import { Step } from '../types'; import { VirtualCode } from './VirtualCode'; export declare const buildVirtualCode: (steps: Step[]) => VirtualCode;