declare type DebugLineGetter = (...props: any[]) => { color: number[]; tris: { pos: number[][]; }[]; }; export declare const getCanvasDebugLineTris: DebugLineGetter; export declare const getMatDebugLineTris: DebugLineGetter; export declare const getOffsetMatDebugLineTris: DebugLineGetter; export declare const getOffsetHeatDebugLineTris: DebugLineGetter; export {};