export declare const BINARY_SAMPLE_BYTES = 8192; export declare function resolveReadPath(path: string): string; export declare function ensureReadAllowed(resolved: string, original: string, confirmed?: boolean): void; export declare function ensureWriteAllowed(path: string, confirmed?: boolean): string;