import { CairoCustomEnum } from 'starknet';
import { SignerType } from './session.types';

declare const signerTypeToCustomEnum: (signerType: SignerType, value: any) => CairoCustomEnum;
export { signerTypeToCustomEnum };
