import { InfoNotice, ConduitServerConfig } from '../internal'; export declare function hasFirstUseNoticeBeenSent(): boolean; export declare function markFirstUseNoticeSent(): void; export declare function generateFirstUseNotice(config: ConduitServerConfig): InfoNotice | null; //# sourceMappingURL=noticeService.d.ts.map