import { IWithAdditionalJSON, JsonMap } from "r2-lcp-js/dist/es7-es2016/src/serializable";
import { OPDSAuthenticationLabels } from "./opds2-authentication-labels";
import { OPDSLink } from "./opds2-link";
export declare class OPDSAuthentication implements IWithAdditionalJSON {
    Type: string;
    Links: OPDSLink[];
    Labels: OPDSAuthenticationLabels;
    AdditionalJSON: JsonMap;
    protected _OnDeserialized(): void;
}
