export declare class InvalidValueException extends Error {
    static create(message: string): Error;
}
