import { Logger } from '@axiomhq/logging'; export declare function createUseLogger(logger: Logger): () => Logger;