astro-ghostcms/.pnpm-store/v3/files/59/31bae4ad04c9c09d5857eec917c...

5 lines
128 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Arguments } from 'yargs-parser';
export declare function db({ flags }: {
flags: Arguments;
}): Promise<void>;