import * as types from '../types'; export declare const error: types.SDKError; export declare const errorWithFields: types.SDKError; export declare const company: types.Company; export declare const companySearchResult: types.CompanySearchResult; export declare const target: types.Target; export declare const credentialsTarget: types.CredentialsTarget; export declare const document: types.Document; export declare const address: types.Address; export declare const employer: types.Employer; export declare const position: types.Position; export declare const price: types.Price; export declare const respondent: types.Respondent; export declare const salary: types.Salary; export declare const earning: types.Earnings; export declare const employee: types.Employee; export declare const turnaroundTime: types.TurnaroundTime; export declare const cancelledVerification: types.Verification; export declare const report: types.ResponseReportGet; export declare const verification: types.Verification;