/** Contains information about saved card credentials */ export declare class SavedCredentialsBaseModel { _: 'savedCredentials'; /** Unique identifier of the saved credentials */ id: string; /** Title of the saved credentials */ title: string; }