/**
 * Parses the `DT_RUNTIME_EXTRA_CA_CERTS` environment variable into an array of
 * file paths that the runtime can use to load additional CA certificates.
 *
 * @returns An array of PEM file paths, or `undefined` if the env var is unset or empty.
 */
export declare function getExtraCaCertPaths(): string[] | undefined;
