type CancelExperimentNoticeCallback = () => void;
export type CancelExperimentNoticeCallbackOrUndefined = CancelExperimentNoticeCallback | undefined;
export declare function showExperimentNoticeAfterTimeout(experimentIdentifier: string, umbrellaLink: string, noticeText: string, showNoticeAfterMs: number, minimumIntervalBetweenNoticesMs?: number): CancelExperimentNoticeCallbackOrUndefined;
export declare const createNoticeMessage: (notices: any) => string;
export declare const showExperimentNotices: () => void;
export {};
