export declare class CatalogSettings {
    id: number;
    name: string;
    url: string;
    authentication_type: string;
    api_key: string;
    constructor(preference: any);
}
