import { ICompleteNotification } from '../../../../../../../misc/notifications/built-in/complete/complete-notification.type';
import { IObservable } from '../../../../../../type/observable.type';
export declare function timeoutWithCompleteNotification(duration: number): IObservable<ICompleteNotification>;
