import { TextOrTitleMessage } from '../types/mod.types';
export declare function logInfoNote(info: TextOrTitleMessage | undefined): Promise<void>;
