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