| /** | |
| * This function allows you to indicate that you require an actual user Request before continuing. | |
| * | |
| * During prerendering it will never resolve and during rendering it resolves immediately. | |
| */ | |
| export declare function connection(): Promise<void>; | |
| /** | |
| * This function allows you to indicate that you require an actual user Request before continuing. | |
| * | |
| * During prerendering it will never resolve and during rendering it resolves immediately. | |
| */ | |
| export declare function connection(): Promise<void>; | |