import type { u128 } from '@polkadot/types';
import type { Hash } from '@polkadot/types/interfaces';
export type ProgramId = Hash;
export type ResumeProgramSessionId = u128;
