import { Readable } from 'stream';
import type { LoadedStrapi } from '@strapi/types';
/**
 * Create a Readable which will stream all the links from a Strapi instance
 */
export declare const createLinksStream: (strapi: LoadedStrapi) => Readable;
//# sourceMappingURL=links.d.ts.map