mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
7 lines
215 B
TypeScript
7 lines
215 B
TypeScript
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 {};
|