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