import { SuccessRO } from '@escapenavigator/types/dist/shared/success.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { orderEmailId: number; }; type ResponseData = SuccessRO; export declare const test: ApiMethodDeclaration; export {};