import type { ApiKey } from "./types"; export declare function createApiKey(jwt: string, projectId: string, walletAddress: string, userAgent?: string): Promise; //# sourceMappingURL=createApiKey.d.ts.map