/** * Returns a new debug object by spreading boolean operation debug information * onto the given (possibly undefined) debug object. * @param debugOn a (possibly undefined) debug object */ declare function enableDebugDrawFs(debugOn: boolean): void; export { enableDebugDrawFs };