import type { CreateTimeoutFn } from './timeout.types';
export declare const createTimeout: typeof CreateTimeoutFn;
