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