import { MiddlewareFunction } from '../../types/MiddlewareFunction'; import { ExpectArgType } from '../../types/ExpectArgType'; export declare type MappedExpectArgType = { [name: string]: ExpectArgType; }; export declare function expect(argTypes: string | MappedExpectArgType): MiddlewareFunction;