/**
 * A CommonJS module loader for Azure Function Core.
 */
export declare function loadAzureFunctionCore(): ReturnType<typeof require>;
/**
 * A polyfill for __dirname in CommonJS
 * @returns The directory name of the current module.
 */
export declare function dirName(): string;
//# sourceMappingURL=module-cjs.d.cts.map