import type { Node } from '$root/rendering-util/types.d.ts';
export declare const createStadiumPathD: (x: number, y: number, totalWidth: number, totalHeight: number) => string;
export declare const stadium: (parent: SVGAElement, node: Node) => Promise<any>;
