import { loggingUtils } from 'google-gax'; export type LoggingFunction = loggingUtils.AdhocDebugLogFunction; /** * Base logger. Other loggers will derive from this one. * * @private */ export declare const logs: { pubsub: LoggingFunction; };