export interface SdkItem {
    Provider: string;
    Id: string;
    [key: string]: any;
}
export declare class SdkItemModel {
    Id?: string;
    Provider?: string;
}
