import { APIErrorResponse } from '@arc-publishing/sdk-subs-core/lib/utils/APIErrorResponse';
export interface AMPReaderIdResponse {
    linkedArcIdentity: boolean;
    lastLogin: string;
    lastLogout: string;
}
export default function logoutAMPReaderID(ampReaderId: string): Promise<APIErrorResponse | AMPReaderIdResponse>;
