export declare class PartnerLinkCredentials { url: string; username: string; password: string; leadProviderId: number; sourceCode: string; creditSearchUrl: string; creditSearchUsername: string; creditSearchPassword: string; creditSearchClient: string; debug: boolean; jwtRequired: boolean; }