export declare function configureEmbeddedAttemptHttpRuntime(params: {
    timeoutMs: number;
}): void;
