export interface EmulateArgs { port: number; seed?: string; json?: boolean; } export declare function runEmulate(argv: EmulateArgs): Promise;