export declare const renderAssetsRuntimeId = "\0marko-render-assets.mjs";
export declare function getRenderAssetsRuntime(opts: {
    isBuild: boolean;
    runtimeId?: string;
    basePathVar?: string;
}): string;
