import { BookeoInfoRO } from '@escapenavigator/types/dist/bookeo/bookeo-info.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = BookeoInfoRO; export declare const getBookeoInfo: ApiMethodDeclaration; export {};