import { RuleRO } from '@escapenavigator/types/dist/slot-rule/rule.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = RuleRO[]; export declare const query: ApiMethodDeclaration; export {};