/** * @author Yannick Deubel (https://github.com/yandeu) * @copyright Copyright (c) 2021 Yannick Deubel; Project Url: https://github.com/enable3d/enable3d * @license {@link https://github.com/enable3d/enable3d/blob/master/LICENSE|LGPL-3.0} */ export declare const debugSettings: { colors: { dynamic: string; static: string; sensor: string; sleeping: string; }; lineWidth: number; fill: boolean; opacity: number; }; export declare const getDebugColors: (options?: { isStatic?: boolean; isSensor?: boolean; isSleeping?: boolean; }) => string; export declare const adjustDebugColor: (body: Matter.Body, depth?: number, _fill?: string, _stroke?: string) => void; //# sourceMappingURL=_misc.d.ts.map