import type { LifecycleContext } from '../../../types'; export declare const resolveRawPartials: (content: string, relativePath: string, partialsFolders: string[] | undefined, context: LifecycleContext, referenceChain?: string[]) => Promise; //# sourceMappingURL=resolve-raw-partials.d.ts.map