import type { World } from '#compiled/@workflow/world/index.js';
/**
 * Unaliased target stub.
 *
 * Framework integrations alias this module to the configured world package at
 * build time, including the default local world. Reaching this file means that
 * static injection did not happen, so fail loudly instead of importing a
 * fallback world that bundlers could retain alongside the configured one.
 */
export declare function createWorld(): World | Promise<World>;
//# sourceMappingURL=world-target.d.ts.map