import type { RollArgument, RollParams } from '../types';
export declare function normalizeArgument(argument: RollArgument): RollParams;
