export declare class InvalidUserInputError extends Error {
    name: string;
    constructor(message: string);
}
