import type { StrictArgTypes } from '@storybook/types';
export declare function sanitizeParams(parameters: Record<string, unknown>, argumentTypes: StrictArgTypes): Record<string, unknown>;
