import { ProfileApiKeyRO } from '@escapenavigator/types/dist/profile/api-key/profile-api-key.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = ProfileApiKeyRO; export declare const createApiKey: ApiMethodDeclaration; export {};