import { LoyaltyPreviewDto } from '@escapenavigator/types/dist/loyalty/loyalty-preview.dto'; import { LoyaltyPreviewRO } from '@escapenavigator/types/dist/loyalty/loyalty-preview.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = { data: LoyaltyPreviewDto; }; type ResponseData = LoyaltyPreviewRO; export declare const preview: ApiMethodDeclaration; export {};