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