import { LogPipe } from './ConsoleOverrides';
/**
 * Creates a log pipe that does nothing.
 * Used to reduce boilerplate in client's code.
 */
export declare function createNoopPipe(): LogPipe<unknown[]>;
