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