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