import type { SliceType, SliceTypeStep } from '../slice/types';
export declare const validateType: (type: SliceType) => void;
export declare const getTag: (type: SliceType) => string | number;
export declare const formatStep: (step: SliceTypeStep) => string;
export declare const formatType: (type: SliceType) => string;
