import type { z } from "zod"; import type { zAmbiente } from "../ts/ambiente"; export declare const urlAutenticacao: (ambiente: z.infer) => string;