/** * EntityApiKeys API - Auto-generated typed wrapper. * DO NOT EDIT - Regenerate with: bun run generate * @generated */ export declare const entityApiKeys: { /** @see listEntityApiKeys */ readonly listEntityApiKeys: (args_0?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see createEntityApiKey */ readonly create: (createEntityApiKeyBody: import("..").CreateEntityApiKeyBody, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; /** @see deleteEntityApiKey */ readonly delete: (id: string, args_1?: import("./types").SDKMethodOptions | undefined) => Promise; }; export type EntityApiKeysApi = typeof entityApiKeys; //# sourceMappingURL=entity-api-keys.d.ts.map