UNPKG

@promptbook/pdf

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

9 lines (8 loc) 320 B
import type { FilesystemTools } from '../../execution/FilesystemTools'; import type { string_filename } from '../../types/string_filename'; /** * Checks if the file exists * * @private within the repository */ export declare function isFileExisting(filename: string_filename, fs: FilesystemTools): Promise<boolean>;