import { ITapFunction } from '../tap/tap-function.type';
export declare function createLogFunctionFromName<GValue>(name?: string): ITapFunction<GValue>;
