export declare function withTimeout<T>(inner: Promise<T>, timeoutMs: number, message?: string): Promise<T>;
