import { IgClientError } from './ig-client.error';
export declare class IgExactUserNotFoundError extends IgClientError {
    constructor();
}
