export declare class AuthTokenInputs {
    server: string;
    library: string;
    userId: string;
    password: string;
}
