export declare class ResponseLinks { self: string; first: string; last?: string; next?: string; prev?: string; }