import { Readable } from 'stream';
import type { LoadedStrapi } from '@strapi/types';
/**
 * Create a readable stream that export the Strapi app configuration
 */
export declare const createConfigurationStream: (strapi: LoadedStrapi) => Readable;
//# sourceMappingURL=configuration.d.ts.map