/* tslint:disable */ /* eslint-disable */ /* auto-generated by NAPI-RS */ export interface PartialHashGlobOptions { cwd?: string gitignore?: boolean concurrency?: number } export function hashGlobXxhash(globs: Array, maybeOptions?: PartialHashGlobOptions | undefined | null): Record | null export function hashGlobGit(globs: Array, maybeOptions?: PartialHashGlobOptions | undefined | null): Record | null export function hash(files: Array, maybeOptions?: PartialHashGlobOptions | undefined | null): Record | null export function glob(globs: Array, maybeOptions?: PartialHashGlobOptions | undefined | null): Array | null export interface StatEntry { mtime: bigint size: number } export function stat(files: Array, maybeOptions?: PartialHashGlobOptions | undefined | null): Record | null