export declare class IXgoto { private _if; private _then; constructor(aIf?: string, aThen?: string); get if(): string; set if(aIf: string); get then(): string; set then(aThen: string); }