3 lines
142 B
TypeScript
3 lines
142 B
TypeScript
import type { AstroGlobal } from '../../types/public/context.js';
|
|
export declare function createAstro(site: string | undefined): AstroGlobal;
|