import { Instruction, InstructionType, Scope, Tag } from '@cyklang/core'; export declare class GeoLocationInstructionType extends InstructionType { constructor(); parseInstruction(tag: Tag, scope: Scope): Promise; }