import { NotifyInstance } from './src/main'; declare const message: any; export declare const getNotifyInstance: (id: string) => { current: NotifyInstance | undefined; prev: NotifyInstance | undefined; }; export declare const getNotifyLastOffset: (id: string) => number; export declare const OsNotify: any; export default message; export * from './src/main';