export declare const createPromiseCallbackForTimeout: (ms: number, resolveInto: T) => (resolve: (value: T) => void) => void;