/** * As as temporary workaround, we'll use a simple regex to extract the frontmatter and check for `noindex: true` or `noindex: false`. */ export declare function getNoIndexFromFrontmatter(frontmatter: string): boolean | undefined; //# sourceMappingURL=getNoIndexFromFrontmatter.d.ts.map