import { types as t } from "@marko/compiler";
/**
 * Writes the registrations for module scoped functions: the ones this template
 * exports and registers itself, and the ones it imports from a template that
 * reserved a register id without registering it.
 */
export declare function writeModuleRegistrations(program: t.NodePath<t.Program>): void;
