import { IMessagePayload } from '../types'; export declare const message: (type?: string, payload?: IMessagePayload | undefined) => string;