/** * Load the generated `pikku-bootstrap.gen.{ts,js}` from the user's project, * which in turn pulls in all wiring/meta files so they register into * `pikkuState`. */ export declare function loadUserBootstrap(pikkuDir: string): Promise; /** * Import a user-source TypeScript file (e.g. their config or services * factory) so it can be loaded from inside @pikku/cli's compiled JS. */ export declare function loadUserModule(filePath: string): Promise>;