import { AuthFns, Authorize } from "./types.js"; export declare function authorize>(service: S, getAuth: () => Promise): Authorize;