/**
 * Checks at runtime if the Node.js application is using ESM.
 * As it depends on the stack trace, it should be used directly after the file got imported / at top level of the library.
 */
export declare function isESM(): boolean;
