import type { IR, IRCommand, IREntity } from '../../ir.js'; /** * Initialization command for an entity. Authority is the IR `initialization` * plan attached by the compiler — not projection-local heuristics. */ export declare function commandCreationEntry(ir: IR, entity: IREntity): IRCommand | undefined; export declare function commandRunnerName(entity: string, command: string): string; export declare function commandCreationExportName(entity: string, command: string): string; //# sourceMappingURL=creation-entry.d.ts.map