import { ApiMethodDeclaration } from '../..'; type ParamsData = { date: string; time: string; questroomId: number; }; type ResponseData = Record; export declare const getMyerpPrice: ApiMethodDeclaration; export {};