import { Secure } from "./types.js"; import { Service } from "../types.js"; export declare function secure(s: (auth: A) => Promise): Secure;