import type { SharePointSiteGetResponse } from './share-point-site-get-response.js';
/**
 * Representation of the 'SharePointConfigGetResponse' schema.
 */
export type SharePointConfigGetResponse = {
    site: SharePointSiteGetResponse;
} & Record<string, any>;
//# sourceMappingURL=share-point-config-get-response.d.ts.map