/** 参数错误 */
export declare function ArgumentExpection(...message: string[]): Error;
/** 字段错误 */
export declare function FieldExpection(...message: string[]): Error;
/** 容器错误 */
export declare function ContainerExpection(...message: string[]): Error;
/** 使用场景错误 */
export declare function SceneExpection(...message: string[]): Error;
