import type { GatewayConfig, Endpoint } from "../../types"; export declare const embeddings: (config: GatewayConfig) => Endpoint;