import { Effect } from 'effect';
import type { PackageJsonFile } from '../../get-package-json-files/package-json-file.js';
export declare function getNonEmptyStringProp(propPath: string, file: PackageJsonFile): Effect.Effect<string, unknown>;
