import type { HeapLogger } from '@heap/heap-javascript-bridge-support'; export declare const setLogger: (loggerInstance: HeapLogger) => void; export declare const error: (message: string, error?: any) => void; export declare const warn: (message: string, error?: any) => void; export declare const info: (message: string, error?: any) => void; export declare const debug: (message: string, error?: any) => void; export declare const trace: (message: string, error?: any) => void;