declare const checkExists: (p: string) => Promise<boolean>;
export default checkExists;
