export interface ISPListInfo {
    id: string;
    serverRelativeUrl: string;
    title: string;
}
//# sourceMappingURL=ISPListInfo.d.ts.map