export declare const project: { get: (request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly defaultPatientRole?: { readonly id: string; readonly name: string; } | undefined; readonly defaultSSOUserRole?: { readonly id: string; readonly name: string; } | undefined; readonly description: string; readonly fhirVersion: "r4" | "r5"; readonly id: string; readonly name: string; readonly sandbox: boolean; readonly signupEnabled: boolean; }>; update: (params: { readonly defaultPatientRoleId?: string | null | undefined; readonly defaultSSOUserRoleId?: string | null | undefined; readonly description?: string | undefined; readonly name?: string | undefined; readonly signupEnabled?: boolean | undefined; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly defaultPatientRole?: { readonly id: string; readonly name: string; } | undefined; readonly defaultSSOUserRole?: { readonly id: string; readonly name: string; } | undefined; readonly description: string; readonly fhirVersion: "r4" | "r5"; readonly id: string; readonly name: string; readonly sandbox: boolean; readonly signupEnabled: boolean; }>; };