import { IOptions, IClearInstance } from './interface'; export declare function initSuprSend(config: IOptions): void; export declare function clearSuprSend(config?: IClearInstance): void; export declare function clearSuprSendInbox(): void; export declare function clearSuprSendFeed(): void; export * from '@suprsend/react'; export * from './interface';