astro-ghostcms/.pnpm-store/v3/files/d2/ba60c4e5c6d66e5de3f1038bbee...

7 lines
221 B
Plaintext

import type yargs from 'yargs-parser';
interface DocsOptions {
flags: yargs.Arguments;
}
export declare function docs({ flags }: DocsOptions): Promise<import("execa").ExecaReturnValue<string> | undefined>;
export {};