/**
 * Poor mans ESM detection.
 * Looking at this and you have a better method?
 * Send a PR.
 */
export declare const isESMModule: boolean;
