import type { ValidatedSuiteStep } from './validate-suite.js'; export declare const PROPAGATABLE_SUITE_OPTION_KEYS: readonly ["changed", "since", "files"]; export interface PropagatedSuiteArgsInput { readonly step: ValidatedSuiteStep; readonly suiteOpts: Readonly>; readonly defaultChanged?: boolean; } export declare function hasSelector(input: Readonly>): boolean; export declare function hasRuntimeSelector(input: Readonly>): boolean; export declare function declaredOptionKeys(step: ValidatedSuiteStep): ReadonlySet; export declare function propagatedSuiteArgs(input: PropagatedSuiteArgsInput): Record; //# sourceMappingURL=propagated-options.d.ts.map