/** * Resolves a resource file path, checking `dist/resources` first, * then falling back to `src/resources`. */ export declare function resolveResourcePath(relativePath: string): string; //# sourceMappingURL=template-paths.d.ts.map