export declare const fetchBuildSerializeTries: () => Promise<{
    serializedIcannTrie: string;
    serializedPrivateTrie: string;
}>;
