astro-ghostcms/.pnpm-store/v3/files/38/52a27a68c905bd359983aec8746...

7 lines
176 B
Plaintext
Raw Normal View History

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