astro-ghostcms/.pnpm-store/v3/files/e9/a3f8eda8ad7489eedd4f1273c65...

5 lines
116 B
Plaintext

import type { Config } from './types/config'
declare function loadConfig(path: string): Config
export = loadConfig