import type { ICardsPath, IPath } from "./ICardsPath"; export declare function drawPath(ctx: CanvasRenderingContext2D, radius: number, path: IPath): void; export declare const paths: ICardsPath;