export type InitStateRaw = {
    workchain: number;
    root_hash: string;
    file_hash: string;
};
