interface DispatchSyncOptions { yes?: boolean; quiet?: boolean; } export declare function dispatchSync(options?: DispatchSyncOptions): Promise; export {}; //# sourceMappingURL=dispatch-sync.d.ts.map