import { VirtualValue } from '../HandleDelay/virtualValue'; import { Context } from './gen'; declare function placeholder(resultString: string, context: Context): string | VirtualValue; export { placeholder };