import { Context } from '@liff/store';
export declare function parseContext(contextStr: string): Context | null;
