export declare class InvalidWord extends Error {
    constructor();
}
export declare class ValueNotFound extends Error {
    constructor();
}
