export declare const logger: {
    debug: (message: string, ...args: any[]) => void;
    error: (message: string, ...args: any[]) => void;
};
