import type { ESTreeAST } from '../../../parser/ast.js';
/**
 * The export is defined in the `package.json` export map
 */
export declare function createRuntimeStoriesImport(): ESTreeAST.ImportDeclaration;
