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

7 lines
176 B
Plaintext

import type yargs from 'yargs-parser';
interface BuildOptions {
flags: yargs.Arguments;
}
export declare function build({ flags }: BuildOptions): Promise<void>;
export {};