export type MagicTokenValue = string; export declare function LoadMagicTokenValue(current: MagicTokenValue, payload: any): MagicTokenValue;