export declare const version: { get: (request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly api: "project"; readonly environment: "production"; readonly version: string; }>; };