export declare const ls: (args?: { directory: string; recursive: boolean; includeSha256: boolean; }) => string; export declare const manyPrints: (lines?: number) => string; export declare const getFile: (filename: string) => string; export declare const getFileHash: (filename: string) => string; export declare const stat: (path: string) => string; export declare const isFileTheSame: (filename: string, fileSize: number, sha256Hash: string) => string; export declare const deleteEverythingRecurive: (path: string) => string;