import { IAbortTimer } from './abort-timer.type';
export declare function createTimeout(callback: () => void, timeout: number): IAbortTimer;
