/** * A CommonJS module loader for Azure Function Core. */ export declare function loadAzureFunctionCore(): ReturnType; /** * A polyfill for __dirname in CommonJS * @returns The directory name of the current module. */ export declare function dirName(): string; /** * Returns a file URL for the current module for loader registration scenarios. * Used by the instrumentation loader to register Node.js module hooks. * @internal */ export declare function getModuleParentURL(): string | undefined; //# sourceMappingURL=module-cjs.d.cts.map