import { DoesNotExitsError } from "./DoesNotExitsError";
export declare class AccessIDDoesNotExistError extends DoesNotExitsError {
}
