import type { TestOpsPluginOptions } from "../model.js"; import type { ResolvedGitFlowOptions } from "./types.js"; export declare const parseEnvBool: (value?: string) => boolean | undefined; export declare const resolveGitFlowOptions: (options: TestOpsPluginOptions) => ResolvedGitFlowOptions;