/**
 * Validate the path, throwing an error if it's invalid
 * @param {string} path The path to validate
 * @throws {Error} If the validation fails
 */
export declare const validatePath: (path: string) => void;
