/** * Nunjucks macro option examples * (with typed keys) * * @type {Record} */ export const examples: Record; declare namespace fixtures { namespace _default { namespace context { let text: string; } namespace screenshot { let viewports: "tablet"[]; } } export { _default as default }; } import type { MacroExample } from '#lib'; export {}; //# sourceMappingURL=fixtures.d.mts.map