export interface HookWritePolicy { allow_paths: readonly string[]; } /** * Returns the configured directory that allows `target`, or null when the * target must continue through the workflow phase guard. */ export declare function configuredHookWritePath(projectRoot: string, target: string, reservedPaths?: readonly string[]): Promise; //# sourceMappingURL=hook-write-policy.d.ts.map