/**
 * Creates the Rollup-compatible plugin that gives authored modules a small
 * asset-module surface for non-code relative imports.
 */
export declare function createAuthoredAssetImportPlugin(): Record<string, unknown>;
