import type { MurasakiConfig } from '../config.js'; /** * Reads `webview.initScripts` (project-root-relative file paths) into file * contents, in declaration order, for both `murasaki dev` * (`cli/dev.ts`'s `createDevWindowTemplates`) and packaged builds * (`cli/bundle.ts`'s `metaJson`) — the same trusted JavaScript ends up * embedded in window metadata either way, following the same "resolve once * at dev/bundle time" pattern as other project-relative config paths (e.g. * `config.icon`). */ export declare function resolveInitScripts(config: Pick, cwd: string): string[]; //# sourceMappingURL=init-scripts.d.ts.map