import type { Element } from "@expressive-code/core/hast";
export declare function fileExists(file: string): Promise<boolean>;
export declare function isTerminal(element: Element): boolean;
