export declare const RedirectStrategy: unique symbol; export interface RedirectStrategy { send(url: string): Promise; } //# sourceMappingURL=redirect-protocol.d.ts.map