declare const getDefaultApiKey: () => Promise<{}>; declare const getAllLanguages: () => Promise; declare const getAllTranslates: () => Promise<{}>; declare const getSystemUser: () => Promise<{}>; declare const getServiceUser: () => Promise<{}>; declare const getUserRoles: () => Promise; export { getUserRoles, getDefaultApiKey, getAllLanguages, getAllTranslates, getSystemUser, getServiceUser };