export declare const logger: (type: 'info' | 'error', title: string, data: object) => void;