import type { IncludePathsArray } from './include-paths-array.js';
/**
 * Representation of the 'S3ConfigurationMinimal' schema.
 */
export type S3ConfigurationMinimal = {
    s3: {
        includePaths?: IncludePathsArray;
    } & Record<string, any>;
};
//# sourceMappingURL=s-3-configuration-minimal.d.ts.map