import { PolarRuntimeEnvironment } from "../../types";
export declare function runScript(relativeScriptPath: string, runtimeEnv: PolarRuntimeEnvironment): Promise<void>;
/**
 * Ensure polar/register source file path is resolved to compiled JS file
 * instead of TS source file, so we don't need to run ts-node unnecessarily.
 */
export declare function resolveBuilderRegisterPath(): string;
