import { InstructionTokenRO } from '@escapenavigator/types/dist/widget/instruction-token.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = InstructionTokenRO; export declare const getInstructionToken: ApiMethodDeclaration; export {};