import type { PathPolicy } from "../types.js"; export declare const DEFAULT_POLICY: PathPolicy; export declare function shouldNeverSync(portablePath: string, policy: PathPolicy): boolean; export declare function getPortableSyncPaths(policy: PathPolicy): string[]; export declare function getOptionalStoreChoices(policy: PathPolicy): string[]; export declare function assertSafeSource(root: string, portablePath: string): Promise; export declare function scanForSecrets(filePath: string): Promise;