import { n as CapnpcOptions, r as CapnpcResolvedOptions } from "./types-BjCOVfgj.cjs"; //#region src/helpers.d.ts /** * Resolves the options for the Cap'n Proto compiler. * * @param options - The options to resolve * @returns The resolved options */ declare function resolveOptions(options: Omit & Required>): Promise; //#endregion export { resolveOptions }; //# sourceMappingURL=helpers.d.cts.map