/**
 * Checks at runtime if the Node.js application is using ESM.
 */
export declare function isESM(): boolean | undefined;
