declare function isFileReadable(filename: string): boolean;

export { isFileReadable };
