/* tslint:disable */ /* eslint-disable */ /** */ export function init(): void; /** * @param {string} ticket * @returns {any} */ export function decode_ticket(ticket: string): any;