astro-ghostcms/.pnpm-store/v3/files/d7/dddb807d69904c8ebeef2c058f4...

7 lines
215 B
Plaintext

import type yargs from 'yargs-parser';
interface SyncOptions {
flags: yargs.Arguments;
}
export declare function sync({ flags }: SyncOptions): Promise<import("../../core/sync/index.js").ProcessExit>;
export {};