import { Effect } from 'effect'; import { type PrettyPrintOptions } from './../types/index.js'; export declare const runSync: (effect: Effect.Effect, options?: PrettyPrintOptions) => A;