import { Readable } from'stream';
importtype { Core } from'@strapi/types';
/**
* Create a Readable which will stream all the links from a Strapi instance
*/exportdeclareconstcreateLinksStream: (strapi: Core.Strapi) =>Readable;
//# sourceMappingURL=links.d.ts.map