export declare const zambda: { uploadFile({ id, file, filename, }: { id: string; file: Blob; filename?: string | undefined; }): Promise; list: (request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise; create: (params: { readonly fileInfo?: { readonly lastModified?: string | undefined; readonly name?: string | undefined; readonly size?: number | undefined; } | undefined; readonly id?: string | undefined; readonly name?: string | undefined; readonly schedule?: { readonly end?: string | undefined; readonly expression: string; readonly retryPolicy?: { readonly maximumEventAge?: number | undefined; readonly maximumRetry?: number | undefined; } | undefined; readonly start?: string | undefined; } | undefined; readonly status?: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating" | undefined; readonly deploymentStatus?: string | undefined; readonly triggerMethod?: "http_auth" | "http_open" | "subscription" | "cron" | undefined; } & { readonly name: string; readonly triggerMethod: "http_auth" | "http_open" | "subscription" | "cron"; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly fileInfo?: { readonly lastModified?: string | undefined; readonly name?: string | undefined; readonly size?: number | undefined; } | undefined; readonly id?: string | undefined; readonly name?: string | undefined; readonly schedule?: { readonly end?: string | undefined; readonly expression: string; readonly retryPolicy?: { readonly maximumEventAge?: number | undefined; readonly maximumRetry?: number | undefined; } | undefined; readonly start?: string | undefined; } | undefined; readonly status?: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating" | undefined; readonly deploymentStatus?: string | undefined; readonly triggerMethod?: "http_auth" | "http_open" | "subscription" | "cron" | undefined; } & { readonly id: string; readonly name: string; readonly status: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating"; readonly triggerMethod: "http_auth" | "http_open" | "subscription" | "cron"; }>; get: (params: { id: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly fileInfo?: { readonly lastModified?: string | undefined; readonly name?: string | undefined; readonly size?: number | undefined; } | undefined; readonly id?: string | undefined; readonly name?: string | undefined; readonly schedule?: { readonly end?: string | undefined; readonly expression: string; readonly retryPolicy?: { readonly maximumEventAge?: number | undefined; readonly maximumRetry?: number | undefined; } | undefined; readonly start?: string | undefined; } | undefined; readonly status?: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating" | undefined; readonly deploymentStatus?: string | undefined; readonly triggerMethod?: "http_auth" | "http_open" | "subscription" | "cron" | undefined; } & { readonly id: string; readonly name: string; readonly status: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating"; readonly triggerMethod: "http_auth" | "http_open" | "subscription" | "cron"; } & { readonly runtime?: string | undefined; }>; delete: (params: { id: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise; update: (params: { readonly fileInfo?: { readonly lastModified?: string | undefined; readonly name?: string | undefined; readonly size?: number | undefined; } | undefined; id: string; readonly name?: string | undefined; readonly schedule?: { readonly end?: string | undefined; readonly expression: string; readonly retryPolicy?: { readonly maximumEventAge?: number | undefined; readonly maximumRetry?: number | undefined; } | undefined; readonly start?: string | undefined; } | undefined; readonly status?: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating" | undefined; readonly deploymentStatus?: string | undefined; readonly triggerMethod?: "http_auth" | "http_open" | "subscription" | "cron" | undefined; readonly runtime?: "nodejs18.x" | "nodejs20.x" | undefined; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly fileInfo?: { readonly lastModified?: string | undefined; readonly name?: string | undefined; readonly size?: number | undefined; } | undefined; readonly id?: string | undefined; readonly name?: string | undefined; readonly schedule?: { readonly end?: string | undefined; readonly expression: string; readonly retryPolicy?: { readonly maximumEventAge?: number | undefined; readonly maximumRetry?: number | undefined; } | undefined; readonly start?: string | undefined; } | undefined; readonly status?: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating" | undefined; readonly deploymentStatus?: string | undefined; readonly triggerMethod?: "http_auth" | "http_open" | "subscription" | "cron" | undefined; } & { readonly id: string; readonly name: string; readonly status: "Draft" | "Pending" | "Active" | "Failed" | "Inactive" | "Validating"; readonly triggerMethod: "http_auth" | "http_open" | "subscription" | "cron"; } & { readonly runtime?: string | undefined; }>; execute: (params: { [x: string]: unknown; id: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly output: string; readonly status: number; }>; executePublic: (params: { [x: string]: unknown; id: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly output: string; readonly status: number; }>; s3Upload: (params: { readonly filename?: string | undefined; id: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly signedUrl: string; }>; logStream: { list: (params: { id: string; } & { token?: string | undefined; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly logStreams: readonly { readonly arn?: string | undefined; readonly creationTime?: number | undefined; readonly firstEventTimestamp: number; readonly lastEventTimestamp: number; readonly lastIngestionTime?: number | undefined; readonly logStreamName: string; readonly storedBytes?: number | undefined; readonly uploadSequenceToken?: string | undefined; }[]; readonly nextToken?: string | undefined; }>; get: (params: { readonly nextToken?: string | undefined; id: string; logStreamName: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly logEvents: readonly { readonly ingestionTime: number; readonly message: string; readonly timestamp: number; }[]; readonly nextBackwardToken?: string | undefined; readonly nextForwardToken?: string | undefined; }>; search: (params: { readonly end?: number | undefined; readonly filter?: string | undefined; readonly nextToken?: string | undefined; readonly start?: number | undefined; id: string; }, request?: import("../../client/client").ZapEHRClientRequest | undefined) => Promise<{ readonly logEvents: readonly { readonly ingestionTime: number; readonly message: string; readonly timestamp: number; }[]; readonly nextToken?: string | undefined; }>; }; };